X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsniper.h;h=540ea77ce03dfdee9d47e3cef4bf7fedc79faba7;hb=f89d6133eef2e068f9c33853b6584d7fcbfa9d2e;hp=580994280b113ed388f72aa934eff5a77b591841;hpb=b861c61698fecd199c621a20059dff07017f8e33;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 5809942..540ea77 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * LG Optimus Black codename sniper config * * Copyright (C) 2015 Paul Kocialkowski - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -22,8 +21,6 @@ * Board */ -#define CONFIG_MISC_INIT_R - /* * Clocks */ @@ -39,7 +36,6 @@ * DRAM */ -#define CONFIG_NR_DRAM_BANKS 2 #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0 #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1 @@ -47,7 +43,6 @@ * Memory */ -#define CONFIG_SYS_TEXT_BASE 0x80100000 #define CONFIG_SYS_SDRAM_BASE 0x80000000 #define CONFIG_SYS_INIT_SP_ADDR (NON_SECURE_SRAM_END - \ GENERATED_GBL_DATA_SIZE) @@ -59,23 +54,16 @@ */ #define CONFIG_SYS_I2C -#define CONFIG_SYS_OMAP24_I2C_SPEED 400000 -#define CONFIG_SYS_OMAP24_I2C_SLAVE 1 #define CONFIG_I2C_MULTI_BUS /* * Input */ -#define CONFIG_TWL4030_INPUT - /* * SPL */ -#define CONFIG_SPL_FRAMEWORK - -#define CONFIG_SPL_TEXT_BASE 0x40200000 #define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \ CONFIG_SPL_TEXT_BASE) #define CONFIG_SPL_BSS_START_ADDR 0x80000000 @@ -87,10 +75,6 @@ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#define CONFIG_AUTO_COMPLETE - -#define CONFIG_SYS_LONGHELP - #define CONFIG_SYS_CBSIZE 512 /* @@ -104,20 +88,11 @@ #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 -#define CONFIG_CONS_INDEX 3 #define CONFIG_SYS_BAUDRATE_TABLE { 4800, 9600, 19200, 38400, 57600, \ 115200 } /* - * USB gadget - */ - -#define CONFIG_USB_MUSB_PIO_ONLY -#define CONFIG_USB_MUSB_OMAP2PLUS -#define CONFIG_TWL4030_USB - -/* * Environment */ @@ -174,6 +149,5 @@ */ #include -#include #endif