10 Mar, 2018

5 commits


09 Mar, 2018

5 commits

  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_AT91SAM9263EK
    CONFIG_AT91SAM9RLEK
    CONFIG_BARIX_IPAM390
    CONFIG_BOARD_H2200
    CONFIG_EP9301
    CONFIG_KZM_A9_GT
    CONFIG_PICOSAM
    CONFIG_PLATINUM_PICON
    CONFIG_PLATINUM_TITANIUM
    CONFIG_PM9261
    CONFIG_PM9263
    CONFIG_PM9G45
    CONFIG_SIEMENS_DRACO
    CONFIG_SIEMENS_PXM2
    CONFIG_SIEMENS_RUT
    CONFIG_SMDKC100
    CONFIG_SMDKV310
    CONFIG_STM32F4DISCOVERY

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_ARM926EJS
    CONFIG_CPUAT91
    CONFIG_EXYNOS5800
    CONFIG_SYS_CORTEX_R4

    Most of them are config symbols named after the respective SoCs which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_DBAU1X00
    CONFIG_PB1X00

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • The @gdsys.cc addresses are supposed to be used for mailing lists.
    Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc
    equivalent.

    Also, Dirk's address was wrong in one place; fix that as well.

    Signed-off-by: Mario Six

    Mario Six
     
  • CONFIG_SYS_CBSIZE determines the maximum length of the kernel command
    line, and the default value of 256 is too small for booting some Linux
    images in the wild.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

06 Mar, 2018

2 commits


05 Mar, 2018

28 commits