X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FML2.h;h=8579f96d286208c59725701d70f0e9fa0230e659;hb=d98b0523cfaaedeecb263b15c121c0727b0d80b9;hp=2fc0119e5f8921d80477504b48c657a4d83ea030;hpb=24956642ef7de5d8340683d721113f993ffaa0a8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ML2.h b/include/configs/ML2.h index 2fc0119..8579f96 100644 --- a/include/configs/ML2.h +++ b/include/configs/ML2.h @@ -30,6 +30,7 @@ #define CONFIG_4xx 1 /* ...member of PPC4xx family */ #define CONFIG_ML2 1 /* ...on a ML2 board */ +#define CONFIG_SYS_TEXT_BASE 0x18000000 #define CONFIG_ENV_IS_IN_FLASH 1 @@ -221,14 +222,6 @@ */ #define SPD_EEPROM_ADDRESS 0x50 -/* - * Internal Definitions - * - * Boot Flags - */ -#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM 0x02 /* Software reboot */ - #if defined(CONFIG_CMD_KGDB) #define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */ #define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */