X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fadp-ag102.h;h=eea44db356045ef6835c4e22db36978dacf0036c;hb=cae4a8a2a81ca6cd16d5de1b55d47e315cbff05a;hp=a4628e4343be6d5f11c131d8f7651eb7687b9574;hpb=4212657c53f9ed66fd5adc9da9a327e3739646fb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/adp-ag102.h b/include/configs/adp-ag102.h index a4628e4..eea44db 100644 --- a/include/configs/adp-ag102.h +++ b/include/configs/adp-ag102.h @@ -99,9 +99,6 @@ #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_CLK 33000000 /* AG102 */ -/* valid baudrates */ -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } - /* * Ethernet */ @@ -222,13 +219,6 @@ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* - * Stack sizes - * - * The stack sizes are set up in start.S using the settings below - */ -#define CONFIG_STACKSIZE (128 * 1024) /* regular stack */ - -/* * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024)