X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fgoflexhome.h;h=43027a506a5fab9f039f8217b3b86a1d4cd9c8a3;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=51325047ecda5c9a9221b7ba34bd388f499099c4;hpb=e985eb14ac5cff260321519a309f540909b77c16;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index 5132504..43027a5 100644 --- a/include/configs/goflexhome.h +++ b/include/configs/goflexhome.h @@ -19,7 +19,6 @@ */ #define CONFIG_FEROCEON_88FR131 1 /* CPU Core subversion */ #define CONFIG_KW88F6281 1 /* SOC Name */ -#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ /* * Default GPIO configuration and LED status @@ -72,11 +71,10 @@ #define CONFIG_PHY_BASE_ADR 0 #endif /* CONFIG_CMD_NET */ -/* - * * SATA Driver configuration - * */ -#ifdef CONFIG_MVSATA_IDE -#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET -#endif /*CONFIG_MVSATA_IDE*/ +/* SATA driver configuration */ +#ifdef CONFIG_SATA +#define CONFIG_SYS_SATA_MAX_DEVICE 1 +#define CONFIG_LBA48 +#endif /* CONFIG_SATA */ #endif /* _CONFIG_GOFLEXHOME_H */