1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
6 #ifndef _CONFIG_LACIE_KW_H
7 #define _CONFIG_LACIE_KW_H
11 /* Remove or override few declarations from mv-common.h */
14 * Enable platform initialisation via misc_init_r() function
25 /* I2C EEPROM HT24LC04 (512B - 32 pages of 16 Bytes) */
26 #if defined(CONFIG_NET2BIG_V2)
27 #define CFG_SYS_I2C_G762_ADDR 0x3e
29 #endif /* CONFIG_CMD_I2C */
36 * File systems support
40 * Environment variables configurations
44 * Default environment variables
47 #define CFG_EXTRA_ENV_SETTINGS \
52 "loadaddr=0x800000\0" \
54 "set stdin $stdin,nc; " \
55 "set stdout $stdout,nc; " \
56 "set stderr $stderr,nc;\0" \
57 "diskload=sata init && " \
58 "ext2load sata 0:1 $loadaddr /boot/$bootfile\0" \
59 "usbload=usb start && " \
60 "fatload usb 0:1 $loadaddr /boot/$bootfile\0"
62 #endif /* _CONFIG_LACIE_KW_H */