summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c867219)
raw | patch | inline | side by side (parent: c867219)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 21 Oct 2010 15:47:36 +0000 (11:47 -0400) | ||
committer | Sandeep Paulraj <s-paulraj@ti.com> | |
Thu, 21 Oct 2010 15:47:36 +0000 (11:47 -0400) |
This commit adds adds the c6474l flag to the
util directory
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
util directory
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
index e87e06bc2699914365bdc35c5a2865fcaffef70e..a637b7a645b0e3af175d7ae780eb7f07f022a48c 100644 (file)
#*
#***************************************************************
-DEVICES= c6455 c6472 c6474
+DEVICES= c6455 c6472 c6474 c6474l
all:
@echo must specify a target [ $(DEVICES) ]
index 67219e7f3316d43350a3650836e1e5e1b04fd8c0..a912b610e3f746c64a28cbdcd23a8fb93b151598 100644 (file)
#*
#**************************************************************************
-DEVICES= c6455 c6472 c6474
+DEVICES= c6455 c6472 c6474 c6474l
ifndef IBL_ROOT
IBL_ROOT=../..
index a1f556d79b269387b352564973767b76f7dbe5c7..2952d988981db0878a77cb5411481c71f936d5d7 100644 (file)
#*
#***************************************************************
-DEVICES= c6455 c6472 c6474
+DEVICES= c6455 c6472 c6474 c6474l
all:
@echo must specify a target [ $(DEVICE) ]
index 88e65b894e5ddf74fecd1ad254d333cda11e5ab2..f22bcab4277cfa625996ed3b37d32da12688eafc 100644 (file)
#*********************************************************************************
-DEVICES= c6455 c6472 c6474
+DEVICES= c6455 c6472 c6474 c6474l
ifndef IBL_ROOT
IBL_ROOT=../..
index e9ffe6b8c9929840fa0142377738ff0466440896..b695223e8ac99367cfabb71a16c7d76e2efd1a94 100644 (file)
#*
#***************************************************************
-DEVICES= c6455 c6472 c6474
+DEVICES= c6455 c6472 c6474 c6474l
all:
@echo must specify a target [ $(DEVICE) ]
index 575d990dc9d8b9f4a23e8d06c713d378df01d616..5cfe9b5f41f139d091ae55ed2fb22d3c31f4cb43 100644 (file)
#*********************************************************************************
-DEVICES= c6455 c6472 c6474
+DEVICES= c6455 c6472 c6474 c6474l
ifndef IBL_ROOT
IBL_ROOT=../..
index df8b18290d70acc69edc33d801c9c165b74f1b3e..f996ab3174557190ca2dbc035bb3784cd9661173 100644 (file)
/* tiboot.h defines the boot parameters structure that will be created */
#if defined(c6472)
#include "tiboot_c6472.h"
-#elif defined(c6474)
+#elif defined(c6474) || defined(c6474l)
#include "tiboot_c6474.h"
#elif defined(c6455)
#include "tiboot_c6455.h"