X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fp3450-0000.h;h=ec1a8634e718d52cb3586b84dd41d1d82d937f5d;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=7f05bebbcd7acf91860ab8ca61a3a78b8a322c23;hpb=1f47e2aca42c2e51ff3a7754c717ee13f568c721;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/p3450-0000.h b/include/configs/p3450-0000.h index 7f05beb..ec1a863 100644 --- a/include/configs/p3450-0000.h +++ b/include/configs/p3450-0000.h @@ -24,12 +24,8 @@ func(DHCP, dhcp, na) /* Environment at end of QSPI, in the VER partition */ -#define CONFIG_ENV_SPI_MAX_HZ 48000000 -#define CONFIG_ENV_SPI_MODE SPI_MODE_0 #define CONFIG_SPI_FLASH_SIZE (4 << 20) -#define CONFIG_PREBOOT - #define BOARD_EXTRA_ENV_SETTINGS \ "preboot=if test -e mmc 1:1 /u-boot-preboot.scr; then " \ "load mmc 1:1 ${scriptaddr} /u-boot-preboot.scr; " \ @@ -37,10 +33,6 @@ "fi\0" /* General networking support */ -#include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" -/* Crystal is 38.4MHz. clk_m runs at half that rate */ -#define COUNTER_FREQUENCY 19200000 - #endif /* _P3450_0000_H */