X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsmdkc100.h;h=70e23b58c8f1a3963e38c29603f368ee98dadd59;hb=22a9ea974bdf18e6adad5c4f80b1c60ef384690c;hp=e36b262a8ec56b8471f3e13e0ba5691b9773d5cd;hpb=1032d97496f6d534bf0030a5779ff1cb38cc9ebf;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h index e36b262..70e23b5 100644 --- a/include/configs/smdkc100.h +++ b/include/configs/smdkc100.h @@ -61,13 +61,15 @@ * 1MB = 0x100000, 0x100000 = 1024 * 1024 */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (1 << 20)) - /* initial data */ /* * select serial console configuration */ #define CONFIG_SERIAL0 1 /* use SERIAL 0 on SMDKC100 */ #define CONFIG_SERIAL_MULTI 1 +/* PWM */ +#define CONFIG_PWM 1 + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAUDRATE 115200 @@ -231,6 +233,8 @@ #define CONFIG_DOS_PARTITION 1 +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000) + /* * Ethernet Contoller driver */