ds109.h (cd7b634413ea25838185db2faffc313d4d571fa9) | ds109.h (91d27a17c602561f051510727499d29f753c4a32) |
---|---|
1/* 2 * (C) Copyright 2011 3 * Jason Cooper <u-boot@lakedaemon.net> 4 * 5 * Based on work by: 6 * Marvell Semiconductor <www.marvell.com> 7 * Written-by: Siddarth Gore <gores@marvell.com> 8 * --- 10 unchanged lines hidden (view full) --- 19 * High Level Configuration Options (easy to change) 20 */ 21#define CONFIG_SHEEVA_88SV131 1 /* CPU Core subversion */ 22 23/* 24 * Commands configuration 25 */ 26#define CONFIG_CMD_EXT2 | 1/* 2 * (C) Copyright 2011 3 * Jason Cooper <u-boot@lakedaemon.net> 4 * 5 * Based on work by: 6 * Marvell Semiconductor <www.marvell.com> 7 * Written-by: Siddarth Gore <gores@marvell.com> 8 * --- 10 unchanged lines hidden (view full) --- 19 * High Level Configuration Options (easy to change) 20 */ 21#define CONFIG_SHEEVA_88SV131 1 /* CPU Core subversion */ 22 23/* 24 * Commands configuration 25 */ 26#define CONFIG_CMD_EXT2 |
27#define CONFIG_CMD_FAT | |
28 29/* 30 * mv-plug-common.h should be defined after CMD configs since it used them 31 * to enable certain macros 32 */ 33#include "mv-plug-common.h" 34 35/* --- 57 unchanged lines hidden --- | 27 28/* 29 * mv-plug-common.h should be defined after CMD configs since it used them 30 * to enable certain macros 31 */ 32#include "mv-plug-common.h" 33 34/* --- 57 unchanged lines hidden --- |